Adds a value locally.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public void Insert(
	double time,
	T value,
	bool isTimeAbsolute
)

Parameters

time
Type: System..::..Double
The time at which to insert the value.
value
Type: T
The value to insert.
isTimeAbsolute
Type: System..::..Boolean
Whether or not the specified time is absolute.

Remarks

Entry is not processed. Insertion is guaranteed, and will not be propagated. Use within entry processors.

See Also